home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000088_news@columbia.edu _Wed May 15 17:15:32 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id RAA08126 for <kermit.misc@watsun>; Wed, 15 May 1996 17:15:32 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id RAA23904 for kermit.misc@watsun; Wed, 15 May 1996 17:15:30 -0400 (EDT)
  4. Path: news.columbia.edu!panix!newsfeed.internetmci.com!mr.net!newshub.tc.umn.edu!newsstand.tc.umn.edu!gold.tc.umn.edu!mill0440
  5. From: mill0440@gold.tc.umn.edu (Henry W Miller)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: arp, odi and MSkermit problem
  8. Date: 15 May 1996 20:21:23 GMT
  9. Organization: University of Minnesota
  10. Lines: 36
  11. Message-ID: <4ndec3$skd@epx.cis.umn.edu>
  12. NNTP-Posting-Host: gold.tc.umn.edu
  13. X-Newsreader: TIN [version 1.2 PL2]
  14.  
  15. I'm having troubles setting up[ over odi drivers, in particular, I cannot
  16. arp to my kermit machines running in server mode. (mskermit 3.14, patch 8) 
  17.  
  18. What I have is a test network of PCs (testing routers) and I want to use a
  19. couple PCs running kermit to generate ip traffic.  Kermit itself works, that is
  20. I can connect to a PC (running on a packet driver) from the pc runing the odi
  21. stuff.  but I cannot connect to the odi machine unless I know have the mac
  22. address already avaibal.  Ie, If I connect to a unix box and then disconnect
  23. the unix box will then be able to connect to the pc.  but if I try to connect
  24. to the pc before connecting fromn the pc, nothing will happen.  I intend to be
  25. working only between PCs runnign odi stacks, on networks where other hosts may 
  26. not be avaibal.
  27.  
  28. While I could run a packet driver, that is not an idea solution since these pc
  29. will also spend part time running netware client software when we need IPX 
  30. traffic.  currently we have batch programs to load and unload the odi drivers
  31. for which ever boards are in the pc (normally more then one, but only one is
  32. used at a time)  
  33.  
  34. form the net.cfg file, I have
  35.  
  36. Link driver exos
  37.     int #1 3
  38.     port #1 300
  39. (or similer data, depending on teh exact nature of the board, currently
  40. I've only worked with ethernet)
  41.     FRAME Ethernet_II
  42.     PROTOCOL IP 0800 Ethernet_II
  43.     PROTOCOL ARP 0806 Ethernet_II
  44.     PROTOCOL RARP 8035 Ethernet_II
  45.  
  46.  
  47. According to the readme files this is the correct values
  48. (\kermit\networks\setup.doc) I know that IP is itself working coffectly, 
  49. becuase I can telnet out, is there a error in my setup?
  50.